home *** CD-ROM | disk | FTP | other *** search
- ! ----------------------------------------------------------------------------
- ! $Id: Xawdecode.ad,v 1.4 2003/05/02 11:57:48 keuleu Exp $
- ! ----------------------------------------------------------------------------
-
- ! ----------------------------------------------------------------------------
- ! general settings
-
- *beNiceToColormap: false
- *shadowWidth: 1
- *highlightThickness: 1
-
- *foreground: black
- *background: lightgray
- *font: 7x13bold
- *justify: left
-
- *menu.translations: #override \n\
- <Motion>: highlight()
-
-
- ! ----------------------------------------------------------------------------
- ! TV Window
-
- xawdecode.tv.width: 768
- xawdecode.tv.height: 576
- xawdecode.winGravity: Static
- xawdecode.translations: #override \n\
- <PropertyNotify>: Remote() \n\
- <Message>WM_PROTOCOLS: CloseMain()
-
- xawdecode.tv.background: black
- xawdecode.tv.translations: #override \n\
- <Key>0: SetRes(audio,0) \n\
- <Key>1: SetRes(audio,1) \n\
- <Key>2: SetRes(audio,2) \n\
- <Key>3: SetRes(audio,3) \n\
- <Key>4: SetRes(audio,4) \n\
- <Key>F5: SetRes(bright,-512) \n\
- <Key>F6: SetRes(bright,+512) \n\
- <Key>F7: SetRes(hue,-512) \n\
- <Key>F8: SetRes(hue,+512) \n\
- <Key>F9: SetRes(contrast,-512) \n\
- <Key>F10: SetRes(contrast,+512) \n\
- <Key>F11: SetRes(color,-512) \n\
- <Key>F12: SetRes(color,+512) \n\
- <Key>C: Channels() \n\
- <Key>E: Editor() \n\
- <Key>O: Options() \n\
- <Btn1Up>: Channel() \n\
- <Btn2Up>: SetChannel(next) \n\
- <Btn3Up>: Options() \n\
- <Btn4Up>: SetChannel(next) \n\
- <Btn5Up>: SetChannel(prev) \n\
- <Key>Escape: CloseMain() \n\
- <Key>KP_Add: Volume(inc) \n\
- <Key>KP_Subtract: Volume(dec) \n\
- <Key>KP_Enter: Volume(mute) \n\
- Ctrl<Key>A: AleVT() \n\
- <Key>A: Volume(mute) \n\
- <Key>M: Pointer() \n\
- <Key>F: FullScreen() \n\
- <Key>H: Showtime() \n\
- Ctrl<Key>Z: Zap(fast) \n\
- <Key>Z: Zap() \n\
- Ctrl<Key>G: Snap(ppm,win) \n\
- <Key>G: Snap(ppm,full) \n\
- Ctrl<Key>J: Snap(jpeg,win) \n\
- <Key>J: Snap(jpeg,full) \n\
- Ctrl<Key>Up: Scan() \n\
- <Key>Up: Tune(next) \n\
- <Key>Down: Tune(prev) \n\
- <Key>Right: Tune(fine_up) \n\
- <Key>Left: Tune(fine_down) \n\
- <Key>Page_Up: SetChannel(next) \n\
- <Key>Page_Down: SetChannel(prev) \n\
- <Key>V: SetRes(capture,toggle) \n\
- <Key>T: StayOnTop() \n\
- <Key>B: Decoration() \n\
- Ctrl<Key>D: Deinterlace() \n\
- <Key>R: RecordMovie()
-
- ! ----------------------------------------------------------------------------
- ! Options window
-
- Options.paned.internalBorderWidth: 0
- Options.paned*Scrollbar.orientation: horizontal
- Options.paned*Scrollbar.length: 150
- Options.paned*Scrollbar.width: 150
- Options.paned*Scrollbar.minimumThumb: 3
-
- Options.translations: #override \n\
- <Message>WM_PROTOCOLS: Options()
-
- Options*mute.label: Audio (un)mute A
- Options*ptr.label: Mouse Pointer on/off M
- Options*fs.label: Full Screen on/off F
- Options*stayontop.label: Stay on Top : (No) T
- Options*decoration.label: Window Decoration: (Yes) B
- Options*grabppm.label: Grab Image (ppm) G
- Options*grabjpeg.label: Grab Image (jpeg) J
- Options*record.label: Record Movie : (Off) R
- Options*alevt.label: Videotext/Teletext (AleVT) CTRL+A
- Options*chanwin.label: Channel Window C
- Options*editorwin.label: Channel Editor E
- Options*zap.label: Channel Hopping Z
- Options*save_config.label: Save Config
- Options*quit.label: Quit ESC
-
- Options*norm.label: TV norm >
- Options*input.label: Video source >
- Options*freq.label: Frequency table >
- Options*audio.label: Audio >
- Options*cap.label: Capture >
- Options*deinterlace.label: Deinterlace : None CTRL+D
-
- Options*auto.label: autodetect
- Options*mono.label: mono
- Options*stereo.label: stereo
-
- Options*bright.l.label: Bright
- Options*hue.l.label: Hue
- Options*contrast.l.label: Contrast
- Options*color.l.label: Color
- Options*volume.l.label: Volume
-
- Options*Label.shadowWidth: 0
- Options*Command.shadowWidth: 0
- Options*Command.translations: #override \n\
- <EnterWindow>: SetShadow(1) \n\
- <LeaveWindow>: SetShadow(0)
-
- Options.paned.translations: #override\n\
- <Key>Escape: Options() \n\
- <Key>Q: CloseMain() \n\
- <Key>KP_Add: Volume(inc) \n\
- <Key>KP_Subtract: Volume(dec) \n\
- <Key>KP_Enter: Volume(mute) \n\
- <Key>A: Volume(mute) \n\
- <Key>M: Pointer() \n\
- <Key>F: FullScreen() \n\
- <Key>E: Editor() \n\
- Ctrl<Key>Z: Zap(fast) \n\
- <Key>Z: Zap() \n\
- Ctrl<Key>G: Snap(ppm,win) \n\
- <Key>G: Snap(ppm,full) \n\
- Ctrl<Key>J: Snap(jpeg,win) \n\
- <Key>J: Snap(jpeg,full) \n\
- Ctrl<Key>Up: Scan() \n\
- <Key>Up: Tune(next) \n\
- <Key>Down: Tune(prev) \n\
- <Key>Right: Tune(fine_up) \n\
- <Key>Left: Tune(fine_down) \n\
- <Key>Page_Up: SetChannel(next) \n\
- <Key>Page_Down: SetChannel(prev) \n\
- <Key>T: StayOnTop() \n\
- <Key>B: Decoration() \n\
- Ctrl<Key>D: Deinterlace() \n\
- <Key>R: RecordMovie() \n\
- <Key>V: SetRes(capture,toggle)
-
- ! ----------------------------------------------------------------------------
- ! Channels window
-
- Channels.viewport.useRight: true
- Channels.viewport.channelbox.hSpace: 0
- Channels.viewport.channelbox.vSpace: 0
- Channels.viewport.channelbox.background: black
- Channels.viewport.channelbox.Command.shadowWidth: 0
- Channels.viewport.channelbox.Command.justify: center
- Channels.viewport.channelbox.Command.foreground: yellow
- Channels.viewport.channelbox.Command.background: black
-
- Channels.viewport.translations: #override \n\
- <Key>Escape: Channels() \n\
- \
- <Key>Q: CloseMain() \n\
- <Key>KP_Add: Volume(inc) \n\
- <Key>KP_Subtract: Volume(dec) \n\
- <Key>KP_Enter: Volume(mute) \n\
- <Key>A: Volume(mute) \n\
- <Key>M: Pointer() \n\
- <Key>F: FullScreen() \n\
- Ctrl<Key>Z: Zap(fast) \n\
- <Key>Z: Zap() \n\
- Ctrl<Key>G: Snap(ppm,win) \n\
- <Key>G: Snap(ppm,full) \n\
- Ctrl<Key>J: Snap(jpeg,win) \n\
- <Key>J: Snap(jpeg,full) \n\
- Ctrl<Key>Up: Scan() \n\
- <Key>Up: Tune(next) \n\
- <Key>Down: Tune(prev) \n\
- <Key>Right: Tune(fine_up) \n\
- <Key>Left: Tune(fine_down) \n\
- <Key>Page_Up: SetChannel(next) \n\
- <Key>Page_Down: SetChannel(prev) \n\
- <Key>V: SetRes(capture,toggle)
-
- ! ----------------------------------------------------------------------------
- ! Editor window
-
- Editor*.foreground: black
- Editor*lchannel.label: Channel
- Editor*lkey.label: Hotkey
- Editor*lname.label: Station ID
- Editor*add.label: Add
- Editor*delete.label: Delete
- Editor*modify.label: Update
- Editor*save.label: Save
- Editor*close.label: Close
-
- Editor.translations: #override \n\
- <Message>WM_PROTOCOLS: Editor()
-
- Editor*Label.width: 120
- Editor*Label.resize: false
- Editor*Label.borderWidth: 0
- Editor*Label.shadowWidth: 0
- Editor*Command.width: 120
- Editor*Command.justify: center
- Editor*Text*width: 120
- !Editor*Text*resize: false
- Editor*Text*autoFill: false
- Editor*Text*editType: edit
- Editor*Text*type: string
- Editor*Text*useStringInPlace: false
- Editor*Text*background: white
-
- Editor*channel.borderWidth: 1
- Editor*channel.background: white
- Editor*lname.vertDistance: 15
- Editor*lkey.vertDistance: 15
- Editor*key.borderWidth: 1
- Editor*key.background: white
- Editor*add.vertDistance: 15
-
- Editor*viewport.width: 120
- Editor*viewport.height: 300
- Editor*viewport.allowVert: true
- Editor*viewport.allowHoriz: false
- Editor*viewport.resize: false
-
- Editor*list.defaultColumns: 1
- Editor*list.forceColumns: true
- Editor*list.background: white
-
- Editor.form.translations: #override \n\
- <Key>Escape: Editor()
-
- Editor*modify.accelerators: #override \n\
- <Key>Return: set()notify()unset() \n\
-
- Editor*Command.shadowWidth: 1
- Editor*Command.translations: #override \n\
- <EnterWindow>: SetBg(#fff) \n\
- <LeaveWindow>: SetBg(lightgray)
-
- Editor*channel.translations: #override \n\
- Alt<Key>Up: Scan() \n\
- <Key>Up: Tune(next) \n\
- <Key>Down: Tune(prev) \n\
- <Key>Right: Tune(fine_up) \n\
- <Key>Left: Tune(fine_down) \n\
- <EnterWindow>: SetBg(lightyellow) \n\
- <LeaveWindow>: SetBg(white)
- Editor*name.translations: #override \n\
- <EnterWindow>: SetBg(lightyellow) \n\
- <LeaveWindow>: SetBg(white)
- Editor*key.translations: #override \n\
- <EnterWindow>: SetBg(lightyellow) \n\
- <LeaveWindow>: SetBg(white)
- Editor*list.translations: #override \n\
- <EnterWindow>: SetBg(lightyellow) \n\
- <LeaveWindow>: SetBg(white) \n\
- <Key>Up: SetChannel(prev) \n\
- <Key>Down: SetChannel(next) \n\
- <Key>Escape: Editor()
-
-
-
- ! ----------------------------------------------------------------------------
- ! Onscreen window
-
- xawdecode.onscreen.allowShellResize: true
- xawdecode.onscreen.label.resize: true
-
- xawdecode.onscreen*background: black
- xawdecode.onscreen*borderColor: black
- xawdecode.onscreen*foreground: lightgreen
- xawdecode.onscreen*shadowWidth: 0
- xawdecode.onscreen.label.justify: left
- xawdecode.onscreen.label.font: -*-ledfixed-medium-r-semicondensed--39-*
-
-
- xawdecode.vtx.allowShellResize: true
- xawdecode.vtx.label.resize: true
-
- xawdecode.vtx*background: black
- xawdecode.vtx*borderColor: black
- xawdecode.vtx*foreground: lightgreen
- xawdecode.vtx*shadowWidth: 0
- xawdecode.vtx.label.justify: center
- xawdecode.vtx.label.font: 7x13bold
-
-
- ! ----------------------------------------------------------------------------
-